php append n time pattern to string

115

str_repeat('asdf', 5);

# Output
asdfasdfasdfasdfasdf

Comments

Submit
0 Comments